Chromium Code Reviews| 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..005b6f1c9cb31bd128471f7a20cbe53e9267fa89 100644 |
| --- a/third_party/WebKit/public/web/WebWidget.h |
| +++ b/third_party/WebKit/public/web/WebWidget.h |
| @@ -247,6 +247,10 @@ public: |
| // or potential performance issues. |
| virtual void reportFixedRasterScaleUseCounters(bool hasBlurryContent, bool hasPotentialPerformanceRegression) {} |
| + virtual bool getCompositionCharacterBounds(WebVector<WebRect>& bounds) { return false; } |
| + |
| + virtual void adjustReplacementRangeForAccentedCharacters(int start, int length) {} |
|
EhsanK
2016/06/27 21:14:50
I renamed this to make it shorter.
I think we mig
kenrb
2016/06/28 20:55:56
That sounds fine.
|
| + |
| protected: |
| ~WebWidget() { } |
| }; |