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

Side by Side Diff: third_party/WebKit/Source/web/WebFrameWidgetImpl.h

Issue 2848513002: Introduce the abstract class WebViewBase, to decouple WebViewImpl. (Closed)
Patch Set: Fix typo. 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
OLDNEW
1 /* 1 /*
2 * Copyright (C) 2014 Google Inc. All rights reserved. 2 * Copyright (C) 2014 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 22 matching lines...) Expand all
33 33
34 #include "platform/graphics/GraphicsLayer.h" 34 #include "platform/graphics/GraphicsLayer.h"
35 #include "platform/heap/SelfKeepAlive.h" 35 #include "platform/heap/SelfKeepAlive.h"
36 #include "platform/scroll/ScrollTypes.h" 36 #include "platform/scroll/ScrollTypes.h"
37 #include "platform/wtf/Assertions.h" 37 #include "platform/wtf/Assertions.h"
38 #include "platform/wtf/HashSet.h" 38 #include "platform/wtf/HashSet.h"
39 #include "public/platform/WebCoalescedInputEvent.h" 39 #include "public/platform/WebCoalescedInputEvent.h"
40 #include "public/platform/WebPoint.h" 40 #include "public/platform/WebPoint.h"
41 #include "public/platform/WebSize.h" 41 #include "public/platform/WebSize.h"
42 #include "public/web/WebInputMethodController.h" 42 #include "public/web/WebInputMethodController.h"
43 #include "web/CompositorMutatorImpl.h"
43 #include "web/PageWidgetDelegate.h" 44 #include "web/PageWidgetDelegate.h"
44 #include "web/WebFrameWidgetBase.h" 45 #include "web/WebFrameWidgetBase.h"
45 #include "web/WebInputMethodControllerImpl.h" 46 #include "web/WebInputMethodControllerImpl.h"
46 #include "web/WebLocalFrameImpl.h" 47 #include "web/WebLocalFrameImpl.h"
47 #include "web/WebViewImpl.h" 48 #include "web/WebViewImpl.h"
48 49
49 namespace blink { 50 namespace blink {
50 51
51 class CompositorAnimationHost; 52 class CompositorAnimationHost;
52 class Frame; 53 class Frame;
(...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after
244 245
245 DEFINE_TYPE_CASTS(WebFrameWidgetImpl, 246 DEFINE_TYPE_CASTS(WebFrameWidgetImpl,
246 WebFrameWidgetBase, 247 WebFrameWidgetBase,
247 widget, 248 widget,
248 widget->ForSubframe(), 249 widget->ForSubframe(),
249 widget.ForSubframe()); 250 widget.ForSubframe());
250 251
251 } // namespace blink 252 } // namespace blink
252 253
253 #endif 254 #endif
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/web/WebFrameWidgetBase.cpp ('k') | third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698