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

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

Issue 2653433002: Share GeometryMapper cache between pre-paint and compositing. (Closed)
Patch Set: none Created 3 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/frame/FrameView.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 43f5ee3ea89ad41b8afd8ba4c307ac95372819b6..406f88f5be2daade167d05bcb5bd4d1cf079a959 100644
--- a/third_party/WebKit/Source/core/frame/FrameView.h
+++ b/third_party/WebKit/Source/core/frame/FrameView.h
@@ -69,6 +69,7 @@ class Element;
class ElementVisibilityObserver;
class Frame;
class FloatSize;
+class GeometryMapper;
class JSONArray;
class JSONObject;
class LayoutItem;
@@ -1205,6 +1206,8 @@ class CORE_EXPORT FrameView final
// TODO(kenrb): Remove these when https://crbug.com/680606 is resolved.
std::unique_ptr<CompositorAnimationTimeline> m_animationTimeline;
std::unique_ptr<CompositorAnimationHost> m_animationHost;
+
+ std::unique_ptr<GeometryMapper> m_geometryMapper;
};
inline void FrameView::incrementVisuallyNonEmptyCharacterCount(unsigned count) {
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/frame/FrameView.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698