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

Unified Diff: debugger/QT/SkDebuggerGUI.cpp

Issue 794263002: Cull pushCull and popCull from Skia. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years 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 | include/core/SkCanvas.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: debugger/QT/SkDebuggerGUI.cpp
diff --git a/debugger/QT/SkDebuggerGUI.cpp b/debugger/QT/SkDebuggerGUI.cpp
index 4b87f0f841077247cf150e7ace28b143aefc117d..70cc67d60b6254d9cc9f9b1007034efe7db165ce 100644
--- a/debugger/QT/SkDebuggerGUI.cpp
+++ b/debugger/QT/SkDebuggerGUI.cpp
@@ -813,7 +813,6 @@ void SkDebuggerGUI::setupListWidget(SkTArray<SkString>* commands, SkTDArray<size
if (0 == strcmp("Restore", (*commands)[i].c_str()) ||
0 == strcmp("EndCommentGroup", (*commands)[i].c_str()) ||
- 0 == strcmp("PopCull", (*commands)[i].c_str())) {
f(malita) 2014/12/11 19:15:49 Let's leave that brace in.
mtklein 2014/12/11 19:24:51 Done. Clearly, I did not "ninja everything"...
indent -= 10;
}
@@ -822,7 +821,6 @@ void SkDebuggerGUI::setupListWidget(SkTArray<SkString>* commands, SkTDArray<size
if (0 == strcmp("Save", (*commands)[i].c_str()) ||
0 == strcmp("Save Layer", (*commands)[i].c_str()) ||
0 == strcmp("BeginCommentGroup", (*commands)[i].c_str()) ||
- 0 == strcmp("PushCull", (*commands)[i].c_str())) {
f(malita) 2014/12/11 19:15:49 Same.
mtklein 2014/12/11 19:24:51 Done.
indent += 10;
}
« no previous file with comments | « no previous file | include/core/SkCanvas.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698