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

Unified Diff: third_party/WebKit/Source/platform/graphics/GraphicsLayer.h

Issue 2443633002: Avoid element id collisions with the visual viewport (Closed)
Patch Set: fix typo. Created 4 years, 2 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/Source/platform/graphics/GraphicsLayer.h
diff --git a/third_party/WebKit/Source/platform/graphics/GraphicsLayer.h b/third_party/WebKit/Source/platform/graphics/GraphicsLayer.h
index dbd05d3fb7ee6d27c9619df102e65efd97ae131f..9a74dd1038ba0d730bb077b616a74e39fbf23294 100644
--- a/third_party/WebKit/Source/platform/graphics/GraphicsLayer.h
+++ b/third_party/WebKit/Source/platform/graphics/GraphicsLayer.h
@@ -266,6 +266,8 @@ class PLATFORM_EXPORT GraphicsLayer : public WebLayerScrollClient,
WebLayer* contentsLayer() const { return m_contentsLayer; }
void setElementId(const CompositorElementId&);
+ CompositorElementId elementId() const;
+
void setCompositorMutableProperties(uint32_t);
ContentLayerDelegate* contentLayerDelegateForTesting() const {

Powered by Google App Engine
This is Rietveld 408576698