Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(63)

Unified Diff: content/shell/webkit_test_runner.h

Issue 12207175: [content shell] remove paint methods from WebKitTestRunner (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | content/shell/webkit_test_runner.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/webkit_test_runner.h
diff --git a/content/shell/webkit_test_runner.h b/content/shell/webkit_test_runner.h
index cf23b5fae028463d7cfe9a7a63a30ccce8d7c3f8..e4c0b1f6a2f86e168805a61e5eaf21685b1652b2 100644
--- a/content/shell/webkit_test_runner.h
+++ b/content/shell/webkit_test_runner.h
@@ -87,12 +87,7 @@ class WebKitTestRunner : public RenderViewObserver,
void CaptureDump();
void CaptureTextDump();
void CaptureImageDump();
- SkCanvas* GetCanvas();
- void PaintRect(const WebKit::WebRect& rect);
- void PaintInvalidatedRegion();
- void DisplayRepaintMask();
- scoped_ptr<SkCanvas> canvas_;
scoped_ptr<WebKit::WebContextMenuData> last_context_menu_data_;
base::FilePath current_working_directory_;
« no previous file with comments | « no previous file | content/shell/webkit_test_runner.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698