Chromium Code Reviews| 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 f63cf13e2e135a825d98a2f12414fedbba6420ce..d53c9d3714d664bd97ae1cbd65083bc7e882c66d 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); |
| @@ -719,6 +718,7 @@ private: |
| WebLayerTreeView* m_layerTreeView; |
| WebLayer* m_rootLayer; |
| GraphicsLayer* m_rootGraphicsLayer; |
| + GraphicsLayer* m_containerLayer; |
|
bokan
2016/04/26 15:29:12
Please make this more descriptive. i.e. m_visualVi
dgozman
2016/04/27 01:31:19
Done.
|
| bool m_matchesHeuristicsForGpuRasterization; |
| static const WebInputEvent* m_currentInputEvent; |
| @@ -732,7 +732,6 @@ private: |
| OwnPtr<CompositorAnimationTimeline> m_linkHighlightsTimeline; |
| Persistent<FullscreenController> m_fullscreenController; |
| - bool m_showFPSCounter; |
| WebColor m_baseBackgroundColor; |
| WebColor m_backgroundColorOverride; |
| float m_zoomFactorOverride; |