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

Unified Diff: ui/views/focus_border.h

Issue 82283002: Initial cut at layerless windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: is_layerless() -> \!layer_ Created 7 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
Index: ui/views/focus_border.h
diff --git a/ui/views/focus_border.h b/ui/views/focus_border.h
index 125743c657d3d3ca4901caf76e01b2831a057b84..e10ca411f3bb221dc376579cde2661cbcebe1f4b 100644
--- a/ui/views/focus_border.h
+++ b/ui/views/focus_border.h
@@ -5,10 +5,10 @@
#ifndef UI_VIEWS_FOCUS_BORDER_H_
#define UI_VIEWS_FOCUS_BORDER_H_
+#include "base/basictypes.h"
#include "third_party/skia/include/core/SkColor.h"
#include "ui/gfx/insets.h"
#include "ui/views/views_export.h"
-#include "base/basictypes.h"
namespace gfx {
class Canvas;
« ui/aura/window.cc ('K') | « ui/compositor/layer.h ('k') | ui/views/view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698