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

Unified Diff: webkit/tools/test_shell/event_sending_controller.h

Issue 1818: Bulk fixes to get Mac Test Shell more compile-happy. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 12 years, 3 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 | « base/time.h ('k') | webkit/tools/test_shell/event_sending_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/tools/test_shell/event_sending_controller.h
===================================================================
--- webkit/tools/test_shell/event_sending_controller.h (revision 1852)
+++ webkit/tools/test_shell/event_sending_controller.h (working copy)
@@ -13,15 +13,18 @@
WebKit/WebKitTools/DumpRenderTree/EventSendingController.m
*/
-#ifndef WEBKIT_TOOLS_TEST_SHELL_EVENT_SENDING_CONTROLLER_H__
-#define WEBKIT_TOOLS_TEST_SHELL_EVENT_SENDING_CONTROLLER_H__
+#ifndef WEBKIT_TOOLS_TEST_SHELL_EVENT_SENDING_CONTROLLER_H_
+#define WEBKIT_TOOLS_TEST_SHELL_EVENT_SENDING_CONTROLLER_H_
+#include "build/build_config.h"
#include "base/gfx/point.h"
#include "webkit/glue/cpp_bound_class.h"
#include "webkit/glue/webinputevent.h"
+#if defined(OS_WIN)
struct IDataObject;
struct IDropSource;
+#endif
class TestShell;
class WebView;
@@ -34,8 +37,10 @@
// Resets some static variable state.
void Reset();
+#if defined(OS_WIN)
// Simulate Windows' drag&drop system call.
static void DoDragDrop(IDataObject* drag_data);
+#endif
// JS callback methods.
void mouseDown(const CppArgumentList& args, CppVariant* result);
@@ -84,5 +89,5 @@
static WebMouseEvent::Button pressed_button_;
};
-#endif // WEBKIT_TOOLS_TEST_SHELL_EVENT_SENDING_CONTROLLER_H__
+#endif // WEBKIT_TOOLS_TEST_SHELL_EVENT_SENDING_CONTROLLER_H_
« no previous file with comments | « base/time.h ('k') | webkit/tools/test_shell/event_sending_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698