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

Side by Side Diff: third_party/WebKit/public/web/WebWidgetClient.h

Issue 2863693003: Unify TouchAction classes (Closed)
Patch Set: add cstdlib Created 3 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 unified diff | Download patch
« no previous file with comments | « third_party/WebKit/public/web/WebTouchAction.h ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 * Copyright (C) 2009 Google Inc. All rights reserved. 2 * Copyright (C) 2009 Google Inc. All rights reserved.
3 * 3 *
4 * Redistribution and use in source and binary forms, with or without 4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions are 5 * modification, are permitted provided that the following conditions are
6 * met: 6 * met:
7 * 7 *
8 * * Redistributions of source code must retain the above copyright 8 * * Redistributions of source code must retain the above copyright
9 * notice, this list of conditions and the following disclaimer. 9 * notice, this list of conditions and the following disclaimer.
10 * * Redistributions in binary form must reproduce the above 10 * * Redistributions in binary form must reproduce the above
(...skipping 21 matching lines...) Expand all
32 #define WebWidgetClient_h 32 #define WebWidgetClient_h
33 33
34 #include "WebNavigationPolicy.h" 34 #include "WebNavigationPolicy.h"
35 #include "public/platform/WebCommon.h" 35 #include "public/platform/WebCommon.h"
36 #include "public/platform/WebDragOperation.h" 36 #include "public/platform/WebDragOperation.h"
37 #include "public/platform/WebLayerTreeView.h" 37 #include "public/platform/WebLayerTreeView.h"
38 #include "public/platform/WebPoint.h" 38 #include "public/platform/WebPoint.h"
39 #include "public/platform/WebRect.h" 39 #include "public/platform/WebRect.h"
40 #include "public/platform/WebReferrerPolicy.h" 40 #include "public/platform/WebReferrerPolicy.h"
41 #include "public/platform/WebScreenInfo.h" 41 #include "public/platform/WebScreenInfo.h"
42 #include "public/platform/WebTouchAction.h"
42 #include "public/web/WebMeaningfulLayout.h" 43 #include "public/web/WebMeaningfulLayout.h"
43 #include "public/web/WebTextDirection.h" 44 #include "public/web/WebTextDirection.h"
44 #include "public/web/WebTouchAction.h"
45 45
46 namespace blink { 46 namespace blink {
47 47
48 class WebDragData; 48 class WebDragData;
49 class WebGestureEvent; 49 class WebGestureEvent;
50 class WebImage; 50 class WebImage;
51 class WebNode; 51 class WebNode;
52 class WebString; 52 class WebString;
53 class WebWidget; 53 class WebWidget;
54 struct WebCursorInfo; 54 struct WebCursorInfo;
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
179 virtual void StartDragging(WebReferrerPolicy, 179 virtual void StartDragging(WebReferrerPolicy,
180 const WebDragData&, 180 const WebDragData&,
181 WebDragOperationsMask, 181 WebDragOperationsMask,
182 const WebImage& drag_image, 182 const WebImage& drag_image,
183 const WebPoint& drag_image_offset) {} 183 const WebPoint& drag_image_offset) {}
184 }; 184 };
185 185
186 } // namespace blink 186 } // namespace blink
187 187
188 #endif 188 #endif
OLDNEW
« no previous file with comments | « third_party/WebKit/public/web/WebTouchAction.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698