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

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

Issue 2793993003: Make GeometryMapper fully static (Closed)
Patch Set: Created 3 years, 9 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 eed99366cee501408991c81894f4a0694309cff8..487f1d86ad9e9ff2c3f6089b2ec80099c6854a62 100644
--- a/third_party/WebKit/Source/core/frame/FrameView.h
+++ b/third_party/WebKit/Source/core/frame/FrameView.h
@@ -69,7 +69,6 @@ class Element;
class ElementVisibilityObserver;
class Frame;
class FloatSize;
-class GeometryMapper;
class JSONArray;
class JSONObject;
class LayoutItem;
@@ -831,9 +830,6 @@ class CORE_EXPORT FrameView final
void setAnimationTimeline(std::unique_ptr<CompositorAnimationTimeline>);
void setAnimationHost(std::unique_ptr<CompositorAnimationHost>);
- // Returns the GeometryMapper associated with the root local frame.
- GeometryMapper& geometryMapper();
-
void crossOriginStatusChanged();
// The visual viewport can supply scrollbars which affect the existence of
@@ -1223,8 +1219,6 @@ class CORE_EXPORT FrameView final
std::unique_ptr<CompositorAnimationTimeline> m_animationTimeline;
std::unique_ptr<CompositorAnimationHost> m_animationHost;
- std::unique_ptr<GeometryMapper> m_geometryMapper;
-
Member<PrintContext> m_printContext;
FRIEND_TEST_ALL_PREFIXES(WebViewTest, DeviceEmulationResetScrollbars);

Powered by Google App Engine
This is Rietveld 408576698