| Index: Source/web/ChromeClientImpl.h
|
| diff --git a/Source/web/ChromeClientImpl.h b/Source/web/ChromeClientImpl.h
|
| index 738b58bd95a85919d57898069cf26be19e00c3bf..6661b82160c6ce82f676c017f204fe10d134f1a8 100644
|
| --- a/Source/web/ChromeClientImpl.h
|
| +++ b/Source/web/ChromeClientImpl.h
|
| @@ -148,7 +148,7 @@ public:
|
| // Pass 0 as the GraphicsLayer to detatch the root layer.
|
| virtual void attachRootGraphicsLayer(WebCore::GraphicsLayer*) OVERRIDE;
|
|
|
| - virtual CompositingTriggerFlags allowedCompositingTriggers() const OVERRIDE;
|
| + virtual WebCore::CompositingTriggerFlags allowedCompositingTriggers() const OVERRIDE;
|
|
|
| virtual void enterFullScreenForElement(WebCore::Element*) OVERRIDE;
|
| virtual void exitFullScreenForElement(WebCore::Element*) OVERRIDE;
|
|
|