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

Unified Diff: debugger/QT/SkDebuggerGUI.h

Issue 787143004: debugger: Make draw command image widget resize (Closed) Base URL: https://skia.googlesource.com/skia.git@debugger-resize-01-settings-layout
Patch Set: divide by zero 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 | debugger/QT/SkDebuggerGUI.cpp » ('j') | debugger/QT/SkDebuggerGUI.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: debugger/QT/SkDebuggerGUI.h
diff --git a/debugger/QT/SkDebuggerGUI.h b/debugger/QT/SkDebuggerGUI.h
index 6382780c0f38b0cfca218661192d37c554fd1c66..02e3431233b3c96e2ef3d94139fd2c655f5987e5 100644
--- a/debugger/QT/SkDebuggerGUI.h
+++ b/debugger/QT/SkDebuggerGUI.h
@@ -17,7 +17,7 @@
#include "SkListWidget.h"
#include "SkInspectorWidget.h"
#include "SkRasterWidget.h"
-#include "SkImageWidget.h"
+#include "SkDrawGeometryWidget.h"
#include "SkSettingsWidget.h"
#include <QtCore/QVariant>
#include <QtGui/QAction>
@@ -281,7 +281,11 @@ private:
SkDebugger fDebugger;
SkCanvasWidget fCanvasWidget;
- SkImageWidget fImageWidget;
+
+ QGroupBox fDrawGeometryGroup;
+ QVBoxLayout fDrawGeometryGroupLayout;
+ SkDrawGeometryWidget fDrawGeometryWidget;
+
SkInspectorWidget fInspectorWidget;
SkSettingsWidget fSettingsWidget;
« no previous file with comments | « no previous file | debugger/QT/SkDebuggerGUI.cpp » ('j') | debugger/QT/SkDebuggerGUI.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698