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

Unified Diff: src/utils/debugger/SkDrawCommand.h

Issue 916763003: Fix Chromium build (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Fix headers Created 5 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 | « debugger/QT/SkDebuggerGUI.cpp ('k') | tests/MatrixClipCollapseTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/utils/debugger/SkDrawCommand.h
diff --git a/src/utils/debugger/SkDrawCommand.h b/src/utils/debugger/SkDrawCommand.h
index bcc97ca7916bf1f2d15d55e2a9509ef58fa747a3..45b5ee1572c14e31f0c892b1a0e3b1ba7f705f3a 100644
--- a/src/utils/debugger/SkDrawCommand.h
+++ b/src/utils/debugger/SkDrawCommand.h
@@ -110,6 +110,8 @@ private:
bool fVisible;
};
+typedef SkDrawCommand::OpType DrawType;
+
class SkRestoreCommand : public SkDrawCommand {
public:
SkRestoreCommand();
« no previous file with comments | « debugger/QT/SkDebuggerGUI.cpp ('k') | tests/MatrixClipCollapseTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698