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