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

Unified Diff: src/views/unix/SkOSWindow_Unix.cpp

Issue 1416063002: Force VisualBench to reset GLContext on GrContext reset (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: tweaks Created 5 years, 2 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 | tools/VisualBench/VisualBench.h » ('j') | tools/VisualBench/VisualBench.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/views/unix/SkOSWindow_Unix.cpp
diff --git a/src/views/unix/SkOSWindow_Unix.cpp b/src/views/unix/SkOSWindow_Unix.cpp
index 4d4b628bfb61e50e79d3f27253e1e6feadaae392..1c288f4be824222dbf660d92d8e56ed5dd44e41a 100644
--- a/src/views/unix/SkOSWindow_Unix.cpp
+++ b/src/views/unix/SkOSWindow_Unix.cpp
@@ -337,7 +337,7 @@ void SkOSWindow::mapWindowAndWait() {
k##name = (type) GLX_GET_PROC_ADDR(#name); \
} \
k##name(__VA_ARGS__); \
- SkDebugf("using %s\n", #name); \
+ /*SkDebugf("using %s\n", #name);*/ \
return; \
}
« no previous file with comments | « no previous file | tools/VisualBench/VisualBench.h » ('j') | tools/VisualBench/VisualBench.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698