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

Side by Side Diff: Source/web/WebPluginContainerImpl.cpp

Issue 343733002: Qualify core include file in web and bindings, etc. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 6 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 | « Source/web/WebPageSerializerImpl.cpp ('k') | Source/web/WebSearchableFormData.cpp » ('j') | 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 26 matching lines...) Expand all
37 #include "public/web/WebElement.h" 37 #include "public/web/WebElement.h"
38 #include "public/web/WebInputEvent.h" 38 #include "public/web/WebInputEvent.h"
39 #include "public/web/WebPlugin.h" 39 #include "public/web/WebPlugin.h"
40 #include "public/web/WebViewClient.h" 40 #include "public/web/WebViewClient.h"
41 #include "web/ChromeClientImpl.h" 41 #include "web/ChromeClientImpl.h"
42 #include "web/ScrollbarGroup.h" 42 #include "web/ScrollbarGroup.h"
43 #include "web/WebDataSourceImpl.h" 43 #include "web/WebDataSourceImpl.h"
44 #include "web/WebInputEventConversion.h" 44 #include "web/WebInputEventConversion.h"
45 #include "web/WebViewImpl.h" 45 #include "web/WebViewImpl.h"
46 46
47 #include "HTMLNames.h"
48 #include "bindings/v8/ScriptController.h" 47 #include "bindings/v8/ScriptController.h"
48 #include "core/HTMLNames.h"
49 #include "core/clipboard/Clipboard.h" 49 #include "core/clipboard/Clipboard.h"
50 #include "core/clipboard/DataObject.h" 50 #include "core/clipboard/DataObject.h"
51 #include "core/events/GestureEvent.h" 51 #include "core/events/GestureEvent.h"
52 #include "core/events/KeyboardEvent.h" 52 #include "core/events/KeyboardEvent.h"
53 #include "core/events/MouseEvent.h" 53 #include "core/events/MouseEvent.h"
54 #include "core/events/TouchEvent.h" 54 #include "core/events/TouchEvent.h"
55 #include "core/events/WheelEvent.h" 55 #include "core/events/WheelEvent.h"
56 #include "core/frame/FrameView.h" 56 #include "core/frame/FrameView.h"
57 #include "core/frame/LocalFrame.h" 57 #include "core/frame/LocalFrame.h"
58 #include "core/html/HTMLFormElement.h" 58 #include "core/html/HTMLFormElement.h"
(...skipping 852 matching lines...) Expand 10 before | Expand all | Expand 10 after
911 911
912 return clipRect; 912 return clipRect;
913 } 913 }
914 914
915 bool WebPluginContainerImpl::pluginShouldPersist() const 915 bool WebPluginContainerImpl::pluginShouldPersist() const
916 { 916 {
917 return m_webPlugin->shouldPersist(); 917 return m_webPlugin->shouldPersist();
918 } 918 }
919 919
920 } // namespace blink 920 } // namespace blink
OLDNEW
« no previous file with comments | « Source/web/WebPageSerializerImpl.cpp ('k') | Source/web/WebSearchableFormData.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698