| Index: Tools/DumpRenderTree/chromium/TestRunner/public/WebTestProxy.h
|
| diff --git a/Tools/DumpRenderTree/chromium/TestRunner/public/WebTestProxy.h b/Tools/DumpRenderTree/chromium/TestRunner/public/WebTestProxy.h
|
| index 4f617ecfeb1c606f2c9909dc3513ba4b7adb62e1..f8e94d6bdcd7d4e42e7ee910ba85317289f9b435 100644
|
| --- a/Tools/DumpRenderTree/chromium/TestRunner/public/WebTestProxy.h
|
| +++ b/Tools/DumpRenderTree/chromium/TestRunner/public/WebTestProxy.h
|
| @@ -52,6 +52,8 @@
|
| namespace WebKit {
|
| class WebAccessibilityObject;
|
| class WebCachedURLRequest;
|
| +class WebColorChooser;
|
| +class WebColorChooserClient;
|
| class WebDataSource;
|
| class WebDeviceOrientationClient;
|
| class WebDeviceOrientationClientMock;
|
| @@ -105,6 +107,7 @@ public:
|
| void reset();
|
|
|
| WebKit::WebSpellCheckClient *spellCheckClient() const;
|
| + WebKit::WebColorChooser* createColorChooser(WebKit::WebColorChooserClient*) const;
|
|
|
| std::string captureTree(bool debugRenderTree);
|
| SkCanvas* capturePixels();
|
|
|