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

Unified Diff: third_party/WebKit/public/platform/WebLayer.h

Issue 1642093002: Purge the ScrollBlocksOn code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix android build failures Created 4 years, 11 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: third_party/WebKit/public/platform/WebLayer.h
diff --git a/third_party/WebKit/public/platform/WebLayer.h b/third_party/WebKit/public/platform/WebLayer.h
index 21f3fb5dca734d9f7c3b34644bffd7af4a091bbb..e536ce912b1537ee9791a1a86a6526d3471e0e8a 100644
--- a/third_party/WebKit/public/platform/WebLayer.h
+++ b/third_party/WebKit/public/platform/WebLayer.h
@@ -33,7 +33,6 @@
#include "WebFloatPoint3D.h"
#include "WebPoint.h"
#include "WebRect.h"
-#include "WebScrollBlocksOn.h"
#include "WebSize.h"
#include "WebString.h"
#include "WebVector.h"
@@ -221,10 +220,6 @@ public:
virtual void setFrameTimingRequests(const WebVector<std::pair<int64_t, WebRect>>&) = 0;
virtual WebVector<std::pair<int64_t, WebRect>> frameTimingRequests() const = 0;
- // FIXME: Make pure once cc is updated. crbug.com/347272
- virtual void setScrollBlocksOn(WebScrollBlocksOn) { }
- virtual WebScrollBlocksOn scrollBlocksOn() const { return WebScrollBlocksOnNone; }
-
virtual void setIsContainerForFixedPositionLayers(bool) = 0;
virtual bool isContainerForFixedPositionLayers() const = 0;
« no previous file with comments | « third_party/WebKit/public/blink_headers.gypi ('k') | third_party/WebKit/public/platform/WebScrollBlocksOn.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698