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

Unified Diff: src/utils/debugger/SkDebugCanvas.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/SkDebugger.h ('k') | src/utils/debugger/SkDebugCanvas.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/utils/debugger/SkDebugCanvas.h
diff --git a/src/utils/debugger/SkDebugCanvas.h b/src/utils/debugger/SkDebugCanvas.h
index d74d30d24d8572b79b0f77f00d9352c68d66286d..4acf8322b957481ed2219ae75ccd837190922d3f 100644
--- a/src/utils/debugger/SkDebugCanvas.h
+++ b/src/utils/debugger/SkDebugCanvas.h
@@ -135,8 +135,6 @@ public:
*/
void toggleCommand(int index, bool toggle);
- void setWindowSize(int width, int height) { fWindowSize.set(width, height); }
-
void setUserMatrix(SkMatrix matrix) {
fUserMatrix = matrix;
fDrawNeedsReset = true;
@@ -225,7 +223,6 @@ protected:
private:
SkTDArray<SkDrawCommand*> fCommandVector;
SkPicture* fPicture;
- SkISize fWindowSize;
bool fFilter;
bool fMegaVizMode;
int fIndex;
« no previous file with comments | « debugger/SkDebugger.h ('k') | src/utils/debugger/SkDebugCanvas.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698