Chromium Code Reviews| Index: public/platform/WebContentLayer.h |
| diff --git a/public/platform/WebContentLayer.h b/public/platform/WebContentLayer.h |
| index 2647de0ae6069bc36ee434ef4a8a925ce7f72eb6..f20b5674052f782e9e46f63be01a94044bc426c4 100644 |
| --- a/public/platform/WebContentLayer.h |
| +++ b/public/platform/WebContentLayer.h |
| @@ -53,6 +53,8 @@ public: |
| // for these tiles. |
| // Defaults to false. |
| virtual void setDrawCheckerboardForMissingTiles(bool) = 0; |
| + |
| + virtual void setHasGpuRasterizationHint(bool) = 0; |
| }; |
| } // namespace blink |