| Index: Source/web/ChromeClientImpl.h
|
| diff --git a/Source/web/ChromeClientImpl.h b/Source/web/ChromeClientImpl.h
|
| index e34fef640fc21ca63d0b1feab19af7620dd7dd2c..d8ad238b08d2eaeb019ce3a511672617686d9045 100644
|
| --- a/Source/web/ChromeClientImpl.h
|
| +++ b/Source/web/ChromeClientImpl.h
|
| @@ -183,6 +183,8 @@ public:
|
| virtual void willSetInputMethodState() OVERRIDE;
|
| virtual void didUpdateTextOfFocusedElementByNonUserInput() OVERRIDE;
|
|
|
| + virtual bool usesGpuRasterization() OVERRIDE;
|
| +
|
| private:
|
| virtual bool isChromeClientImpl() const OVERRIDE { return true; }
|
|
|
|
|