| Index: third_party/WebKit/WebKit/chromium/src/WebViewImpl.h
|
| ===================================================================
|
| --- third_party/WebKit/WebKit/chromium/src/WebViewImpl.h (revision 51794)
|
| +++ third_party/WebKit/WebKit/chromium/src/WebViewImpl.h (working copy)
|
| @@ -154,6 +154,9 @@
|
| const WebVector<WebString>& suggestions,
|
| int defaultSuggestionIndex);
|
| virtual void hideAutofillPopup();
|
| + virtual void setScrollbarColors(unsigned inactive_color,
|
| + unsigned active_color,
|
| + unsigned track_color);
|
|
|
| // WebViewImpl
|
|
|
|
|