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

Unified Diff: third_party/WebKit/Source/web/WebViewImpl.h

Issue 1914023002: [DevTools] Apply emulation root layer transform to innerViewportContainerLayer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: addressed review comment Created 4 years, 8 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 | « third_party/WebKit/Source/web/DevToolsEmulator.cpp ('k') | third_party/WebKit/Source/web/WebViewImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/web/WebViewImpl.h
diff --git a/third_party/WebKit/Source/web/WebViewImpl.h b/third_party/WebKit/Source/web/WebViewImpl.h
index a08767580f632eb2aee63e75fd10e26f376b9512..cb8f8ccea8d38e9a198ee8a6b12ae3c0e737b606 100644
--- a/third_party/WebKit/Source/web/WebViewImpl.h
+++ b/third_party/WebKit/Source/web/WebViewImpl.h
@@ -288,7 +288,6 @@ public:
void setBaseBackgroundColor(WebColor);
void setBackgroundColorOverride(WebColor);
void setZoomFactorOverride(float);
- void updateShowFPSCounter();
void setCompositorDeviceScaleFactorOverride(float);
void setRootLayerTransform(const WebSize& offset, float scale);
@@ -714,6 +713,7 @@ private:
WebLayerTreeView* m_layerTreeView;
WebLayer* m_rootLayer;
GraphicsLayer* m_rootGraphicsLayer;
+ GraphicsLayer* m_visualViewportContainerLayer;
bool m_matchesHeuristicsForGpuRasterization;
static const WebInputEvent* m_currentInputEvent;
@@ -727,7 +727,6 @@ private:
OwnPtr<CompositorAnimationTimeline> m_linkHighlightsTimeline;
Persistent<FullscreenController> m_fullscreenController;
- bool m_showFPSCounter;
WebColor m_baseBackgroundColor;
WebColor m_backgroundColorOverride;
float m_zoomFactorOverride;
« no previous file with comments | « third_party/WebKit/Source/web/DevToolsEmulator.cpp ('k') | third_party/WebKit/Source/web/WebViewImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698