| 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;
|
|
|