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 f94b6956b3eff9c0cca24d8d0e9e61df62f8963c..25040ab902c702fc5a5b489e065338a1bb96e991 100644 |
--- a/third_party/WebKit/Source/web/WebViewImpl.h |
+++ b/third_party/WebKit/Source/web/WebViewImpl.h |
@@ -507,6 +507,8 @@ class WEB_EXPORT WebViewImpl final |
// root. |
WebInputMethodControllerImpl* getActiveWebInputMethodController() const; |
+ void updateLayerTreeBackgroundColor(); |
+ |
private: |
InspectorOverlay* inspectorOverlay(); |
@@ -556,7 +558,6 @@ class WEB_EXPORT WebViewImpl final |
void doComposite(); |
void reallocateRenderer(); |
void updateLayerTreeViewport(); |
- void updateLayerTreeBackgroundColor(); |
void updateDeviceEmulationTransform(); |
void updateLayerTreeDeviceScaleFactor(); |