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

Unified Diff: third_party/WebKit/Source/core/loader/EmptyClients.h

Issue 2417783005: [Master/Overview CL] Make PageScaleFactor work for oopif subframe.
Patch Set: Rebase to master@{#429656}. Created 4 years, 1 month 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: third_party/WebKit/Source/core/loader/EmptyClients.h
diff --git a/third_party/WebKit/Source/core/loader/EmptyClients.h b/third_party/WebKit/Source/core/loader/EmptyClients.h
index 0e3347e43b275b35970c5c3afe0dd84275d03559..d9ad97482bb7ebc70e2d95eead3a4954abf78763 100644
--- a/third_party/WebKit/Source/core/loader/EmptyClients.h
+++ b/third_party/WebKit/Source/core/loader/EmptyClients.h
@@ -200,10 +200,12 @@ class CORE_EXPORT EmptyChromeClient : public ChromeClient {
void attachRootGraphicsLayer(GraphicsLayer*, LocalFrame* localRoot) override;
void attachRootLayer(WebLayer*, LocalFrame* localRoot) override {}
- void setEventListenerProperties(WebEventListenerClass,
+ void setEventListenerProperties(LocalFrame*,
+ WebEventListenerClass,
WebEventListenerProperties) override {}
WebEventListenerProperties eventListenerProperties(
- WebEventListenerClass) const override {
+ LocalFrame*,
+ WebEventListenerClass eventClass) const override {
return WebEventListenerProperties::Nothing;
}
void setHasScrollEventHandlers(bool) override {}

Powered by Google App Engine
This is Rietveld 408576698