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

Unified Diff: debugger/SkDebugger.h

Issue 835113002: Remove draw window size state from SkDebugCanvas (Closed) Base URL: https://skia.googlesource.com/skia.git@debugger-small-things-04-index-zero-draw
Patch Set: rebase Created 5 years, 11 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 | « debugger/QT/SkRasterWidget.cpp ('k') | src/utils/debugger/SkDebugCanvas.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: debugger/SkDebugger.h
diff --git a/debugger/SkDebugger.h b/debugger/SkDebugger.h
index 5906acc43ee5137831174c9b2cf6a8b856f69978..76bd71ba44219b01a3c8f0e6aea6b0647619ea31 100644
--- a/debugger/SkDebugger.h
+++ b/debugger/SkDebugger.h
@@ -56,8 +56,6 @@ public:
fDebugCanvas->toggleFilter(on);
}
- void setWindowSize(int width, int height) { fDebugCanvas->setWindowSize(width, height); }
-
void loadPicture(SkPicture* picture);
SkPicture* copyPicture();
« no previous file with comments | « debugger/QT/SkRasterWidget.cpp ('k') | src/utils/debugger/SkDebugCanvas.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698