| Index: Source/core/page/ChromeClient.h
|
| diff --git a/Source/core/page/ChromeClient.h b/Source/core/page/ChromeClient.h
|
| index aa3d48b44878b6df3835348c3dc6799fda88d3da..1641e1b407a01145dfd98c5dfae953ec0af129b8 100644
|
| --- a/Source/core/page/ChromeClient.h
|
| +++ b/Source/core/page/ChromeClient.h
|
| @@ -238,6 +238,8 @@ public:
|
| virtual void willSetInputMethodState() { }
|
| virtual void didUpdateTextOfFocusedElementByNonUserInput() { }
|
|
|
| + virtual bool usesGpuRasterization() = 0;
|
| +
|
| protected:
|
| virtual ~ChromeClient() { }
|
| };
|
|
|