19 #ifndef NET_INSTAWEB_REWRITER_PUBLIC_FIX_REFLOW_FILTER_H_
20 #define NET_INSTAWEB_REWRITER_PUBLIC_FIX_REFLOW_FILTER_H_
22 #include "base/macros.h"
27 namespace net_instaweb {
36 static const char kElementRenderedHeightPropertyName[];
45 virtual const char*
Name()
const {
46 return "FixReflowFilter";
50 typedef StringStringMap ElementHeightMap;
51 ElementHeightMap element_height_map_;
virtual void StartElement(HtmlElement *element)
virtual void DetermineEnabled(GoogleString *disabled_reason)
Definition: empty_html_filter.h:37
Definition: fix_reflow_filter.h:34
Definition: html_element.h:42
std::string GoogleString
PAGESPEED_KERNEL_BASE_STRING_H_.
Definition: string.h:24
Definition: rewrite_driver.h:100
virtual void StartDocument()
virtual const char * Name() const
The name of this filter – used for logging and debugging.
Definition: fix_reflow_filter.h:45