Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1005)

Unified Diff: Source/core/inspector/InspectorPageAgent.h

Issue 979033003: Move code from StyleResolver to ViewportStyleResolver. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/core/inspector/InspectorPageAgent.h
diff --git a/Source/core/inspector/InspectorPageAgent.h b/Source/core/inspector/InspectorPageAgent.h
index 6b61c7750167ae6e87904c98e3fc94864269ebc9..bd3db912b7b55dcc3774014f5d16cbc938b6ffc2 100644
--- a/Source/core/inspector/InspectorPageAgent.h
+++ b/Source/core/inspector/InspectorPageAgent.h
@@ -58,7 +58,6 @@ class LocalFrame;
class Page;
class LayoutObject;
class SharedBuffer;
-class StyleResolver;
class TextResourceDecoder;
typedef String ErrorString;
@@ -143,7 +142,7 @@ public:
void frameClearedScheduledNavigation(LocalFrame*);
void willRunJavaScriptDialog(const String& message);
void didRunJavaScriptDialog();
- bool applyViewportStyleOverride(StyleResolver*);
+ bool shouldApplyViewportStyleOverride();
void applyEmulatedMedia(String*);
void didPaint(LayoutObject*, const GraphicsLayer*, GraphicsContext*, const LayoutRect&);
void didLayout();

Powered by Google App Engine
This is Rietveld 408576698