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

Unified Diff: gfx/window_impl.h

Issue 5139006: FBTF: Remove unneeded headers from base/ (part 10) (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: fix mac, cros build Created 10 years, 1 month 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 | « chrome_frame/urlmon_url_request.h ('k') | gfx/window_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gfx/window_impl.h
===================================================================
--- gfx/window_impl.h (revision 67155)
+++ gfx/window_impl.h (working copy)
@@ -13,7 +13,7 @@
#include <string>
-#include "base/logging.h"
+#include "base/basictypes.h"
#include "gfx/native_widget_types.h"
#include "gfx/rect.h"
@@ -64,11 +64,7 @@
DWORD window_ex_style() const { return window_ex_style_; }
// Sets the class style to use. The default is CS_DBLCLKS.
- void set_initial_class_style(UINT class_style) {
- // We dynamically generate the class name, so don't register it globally!
- DCHECK_EQ((class_style & CS_GLOBALCLASS), 0u);
- class_style_ = class_style;
- }
+ void set_initial_class_style(UINT class_style);
UINT initial_class_style() const { return class_style_; }
// Returns true if the specified |hwnd| is a WindowImpl.
« no previous file with comments | « chrome_frame/urlmon_url_request.h ('k') | gfx/window_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698