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

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

Issue 2843503002: scheduler: Move WebFrameScheduler and WebScheduler into Blink (Closed)
Patch Set: Build fix 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) 2010 Google Inc. All rights reserved. 2 * Copyright (C) 2010 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 <memory> 34 #include <memory>
35 #include "core/frame/ResizeViewportAnchor.h" 35 #include "core/frame/ResizeViewportAnchor.h"
36 #include "core/page/ContextMenuProvider.h" 36 #include "core/page/ContextMenuProvider.h"
37 #include "core/page/EventWithHitTestResults.h" 37 #include "core/page/EventWithHitTestResults.h"
38 #include "platform/animation/CompositorAnimationTimeline.h" 38 #include "platform/animation/CompositorAnimationTimeline.h"
39 #include "platform/geometry/IntPoint.h" 39 #include "platform/geometry/IntPoint.h"
40 #include "platform/geometry/IntRect.h" 40 #include "platform/geometry/IntRect.h"
41 #include "platform/graphics/GraphicsLayer.h" 41 #include "platform/graphics/GraphicsLayer.h"
42 #include "platform/heap/Handle.h" 42 #include "platform/heap/Handle.h"
43 #include "platform/scheduler/child/web_scheduler.h"
43 #include "platform/wtf/Compiler.h" 44 #include "platform/wtf/Compiler.h"
44 #include "platform/wtf/HashSet.h" 45 #include "platform/wtf/HashSet.h"
45 #include "platform/wtf/RefCounted.h" 46 #include "platform/wtf/RefCounted.h"
46 #include "platform/wtf/Vector.h" 47 #include "platform/wtf/Vector.h"
47 #include "public/platform/WebDisplayMode.h" 48 #include "public/platform/WebDisplayMode.h"
48 #include "public/platform/WebFloatSize.h" 49 #include "public/platform/WebFloatSize.h"
49 #include "public/platform/WebGestureCurveTarget.h" 50 #include "public/platform/WebGestureCurveTarget.h"
50 #include "public/platform/WebGestureEvent.h" 51 #include "public/platform/WebGestureEvent.h"
51 #include "public/platform/WebInputEvent.h" 52 #include "public/platform/WebInputEvent.h"
52 #include "public/platform/WebInputEventResult.h" 53 #include "public/platform/WebInputEventResult.h"
53 #include "public/platform/WebLayer.h" 54 #include "public/platform/WebLayer.h"
54 #include "public/platform/WebPoint.h" 55 #include "public/platform/WebPoint.h"
55 #include "public/platform/WebRect.h" 56 #include "public/platform/WebRect.h"
56 #include "public/platform/WebScheduler.h"
57 #include "public/platform/WebSize.h" 57 #include "public/platform/WebSize.h"
58 #include "public/platform/WebString.h" 58 #include "public/platform/WebString.h"
59 #include "public/platform/WebVector.h" 59 #include "public/platform/WebVector.h"
60 #include "public/web/WebNavigationPolicy.h" 60 #include "public/web/WebNavigationPolicy.h"
61 #include "public/web/WebPageImportanceSignals.h" 61 #include "public/web/WebPageImportanceSignals.h"
62 #include "public/web/WebView.h" 62 #include "public/web/WebView.h"
63 #include "web/ChromeClientImpl.h" 63 #include "web/ChromeClientImpl.h"
64 #include "web/ContextMenuClientImpl.h" 64 #include "web/ContextMenuClientImpl.h"
65 #include "web/EditorClientImpl.h" 65 #include "web/EditorClientImpl.h"
66 #include "web/MediaKeysClientImpl.h" 66 #include "web/MediaKeysClientImpl.h"
(...skipping 674 matching lines...) Expand 10 before | Expand all | Expand 10 after
741 Persistent<ResizeViewportAnchor> resize_viewport_anchor_; 741 Persistent<ResizeViewportAnchor> resize_viewport_anchor_;
742 }; 742 };
743 743
744 // We have no ways to check if the specified WebView is an instance of 744 // We have no ways to check if the specified WebView is an instance of
745 // WebViewImpl because WebViewImpl is the only implementation of WebView. 745 // WebViewImpl because WebViewImpl is the only implementation of WebView.
746 DEFINE_TYPE_CASTS(WebViewImpl, WebView, webView, true, true); 746 DEFINE_TYPE_CASTS(WebViewImpl, WebView, webView, true, true);
747 747
748 } // namespace blink 748 } // namespace blink
749 749
750 #endif 750 #endif
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/web/InspectorEmulationAgent.cpp ('k') | third_party/WebKit/Source/web/WebViewImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698