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

Unified Diff: third_party/WebKit/Source/core/frame/FrameView.h

Issue 2671853003: [SPInvalidation] Use GeometryMapper in PaintLayerClipper for paint. (Closed)
Patch Set: none Created 3 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: third_party/WebKit/Source/core/frame/FrameView.h
diff --git a/third_party/WebKit/Source/core/frame/FrameView.h b/third_party/WebKit/Source/core/frame/FrameView.h
index 0bb8fe3b87305d87c698e7076d20724e3eb468a9..976aada301882b7d55f852721a4eea99838056b5 100644
--- a/third_party/WebKit/Source/core/frame/FrameView.h
+++ b/third_party/WebKit/Source/core/frame/FrameView.h
@@ -827,6 +827,8 @@ class CORE_EXPORT FrameView final
void setAnimationTimeline(std::unique_ptr<CompositorAnimationTimeline>);
void setAnimationHost(std::unique_ptr<CompositorAnimationHost>);
+ GeometryMapper* geometryMapper();
pdr. 2017/02/10 20:51:06 Please add a comment that this returns the root fr
chrishtr 2017/02/10 22:56:36 Done.
+
protected:
// Scroll the content via the compositor.
bool scrollContentsFastPath(const IntSize& scrollDelta);

Powered by Google App Engine
This is Rietveld 408576698