| Index: public/platform/WebCompositorSupport.h
|
| diff --git a/public/platform/WebCompositorSupport.h b/public/platform/WebCompositorSupport.h
|
| index 9f33d321c7811316432129aef9ab30bde28e42ea..8475c1ec32062771e793c3e026f60056cb2558dc 100644
|
| --- a/public/platform/WebCompositorSupport.h
|
| +++ b/public/platform/WebCompositorSupport.h
|
| @@ -74,6 +74,7 @@ public:
|
|
|
| virtual WebNinePatchLayer* createNinePatchLayer() { return 0; }
|
|
|
| + // TODO(dshwang): This isn't used anymore.
|
| virtual WebSolidColorLayer* createSolidColorLayer() { return 0; }
|
|
|
| // The ownership of the WebScrollbarThemeGeometry pointer is passed to Chromium.
|
|
|