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

Unified Diff: Source/core/inspector/InspectorInstrumentation.idl

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/InspectorInstrumentation.idl
diff --git a/Source/core/inspector/InspectorInstrumentation.idl b/Source/core/inspector/InspectorInstrumentation.idl
index 172ff9eec488846110fefa28ae83931a4f95500c..f0de7a0ce01a7fdedbb3b006e00174687be59cb0 100644
--- a/Source/core/inspector/InspectorInstrumentation.idl
+++ b/Source/core/inspector/InspectorInstrumentation.idl
@@ -234,7 +234,7 @@ interface InspectorInstrumentation {
void applyUserAgentOverride(LocalFrame*, String* userAgent);
[Page, Inline=FastReturn]
- bool applyViewportStyleOverride(Document*, StyleResolver*);
+ bool shouldApplyViewportStyleOverride(Document*);
[Page, Inline=FastReturn]
void applyEmulatedMedia(LocalFrame*, String* media);

Powered by Google App Engine
This is Rietveld 408576698