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

Unified Diff: include/views/SkOSWindow_Unix.h

Issue 1159213002: Expand VisualBench to a real benching tool (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: tweaks Created 5 years, 7 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
Index: include/views/SkOSWindow_Unix.h
diff --git a/include/views/SkOSWindow_Unix.h b/include/views/SkOSWindow_Unix.h
index 78670cde133003bccd9654bce0c6cb263266c8ee..261ffe4039d4ae7768c43bfd964633425add5a33 100644
--- a/include/views/SkOSWindow_Unix.h
+++ b/include/views/SkOSWindow_Unix.h
@@ -48,6 +48,7 @@ public:
void setFullscreen(bool) override;
void setVsync(bool) override;
+ void closeWindow() override;
protected:
// Overridden from from SkWindow:
@@ -64,7 +65,7 @@ private:
void doPaint();
void mapWindowAndWait();
- void closeWindow();
+ void privateCloseWindow();
bsalomon 2015/06/01 13:49:54 I think it is slightly more consistent with other
joshualitt 2015/06/01 16:16:09 ack
bsalomon 2015/06/01 16:21:24 ok, lgtm.
void initWindow(int newMSAASampleCount, AttachmentInfo* info);
SkUnixWindow fUnixWindow;
« no previous file with comments | « gyp/visualbench.gyp ('k') | include/views/SkWindow.h » ('j') | tools/VisualBench.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698