| Index: third_party/WebKit/public/web/WebWidget.h
|
| diff --git a/third_party/WebKit/public/web/WebWidget.h b/third_party/WebKit/public/web/WebWidget.h
|
| index 1c064044c87376ca1494203c69669a5d83c9bfb6..e69d2de9e0d5cc870c1fc785bbdefcbeb29662be 100644
|
| --- a/third_party/WebKit/public/web/WebWidget.h
|
| +++ b/third_party/WebKit/public/web/WebWidget.h
|
| @@ -247,6 +247,8 @@ public:
|
| // or potential performance issues.
|
| virtual void reportFixedRasterScaleUseCounters(bool hasBlurryContent, bool hasPotentialPerformanceRegression) {}
|
|
|
| + virtual bool getCompositionCharacterBounds(WebVector<WebRect>& bounds) { return false; }
|
| +
|
| protected:
|
| ~WebWidget() { }
|
| };
|
|
|