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

Side by Side Diff: Source/WebKit/chromium/src/ChromeClientImpl.cpp

Issue 14476012: Absolutify paths to most subfolders of platform/graphics/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: iwyu Created 7 years, 8 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 | Annotate | Revision Log
OLDNEW
1 /* 1 /*
2 * Copyright (C) 2009 Google Inc. All rights reserved. 2 * Copyright (C) 2009 Google Inc. All rights reserved.
3 * Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies). 3 * Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
4 * 4 *
5 * Redistribution and use in source and binary forms, with or without 5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are 6 * modification, are permitted provided that the following conditions are
7 * met: 7 * met:
8 * 8 *
9 * * Redistributions of source code must retain the above copyright 9 * * Redistributions of source code must retain the above copyright
10 * notice, this list of conditions and the following disclaimer. 10 * notice, this list of conditions and the following disclaimer.
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 #include "DateTimeChooserImpl.h" 49 #include "DateTimeChooserImpl.h"
50 #include "Document.h" 50 #include "Document.h"
51 #include "DocumentLoader.h" 51 #include "DocumentLoader.h"
52 #include "ExternalDateTimeChooser.h" 52 #include "ExternalDateTimeChooser.h"
53 #include "ExternalPopupMenu.h" 53 #include "ExternalPopupMenu.h"
54 #include "FileChooser.h" 54 #include "FileChooser.h"
55 #include "FileIconLoader.h" 55 #include "FileIconLoader.h"
56 #include "FrameLoadRequest.h" 56 #include "FrameLoadRequest.h"
57 #include "FrameView.h" 57 #include "FrameView.h"
58 #include "Geolocation.h" 58 #include "Geolocation.h"
59 #include "GraphicsLayerChromium.h"
60 #include "HTMLInputElement.h" 59 #include "HTMLInputElement.h"
61 #include "HTMLNames.h" 60 #include "HTMLNames.h"
62 #include "HitTestResult.h" 61 #include "HitTestResult.h"
63 #include "NavigationAction.h" 62 #include "NavigationAction.h"
64 #include "Node.h" 63 #include "Node.h"
65 #include "NotImplemented.h" 64 #include "NotImplemented.h"
66 #include "Page.h" 65 #include "Page.h"
67 #include "PagePopupDriver.h" 66 #include "PagePopupDriver.h"
68 #include "PlatformScreen.h" 67 #include "PlatformScreen.h"
69 #include "PopupContainer.h" 68 #include "PopupContainer.h"
70 #include "PopupMenuChromium.h" 69 #include "PopupMenuChromium.h"
71 #include "RenderWidget.h" 70 #include "RenderWidget.h"
72 #include "ScriptController.h" 71 #include "ScriptController.h"
73 #include "SearchPopupMenuChromium.h" 72 #include "SearchPopupMenuChromium.h"
74 #include "SecurityOrigin.h" 73 #include "SecurityOrigin.h"
75 #include "Settings.h" 74 #include "Settings.h"
76 #include "TextFieldDecorationElement.h" 75 #include "TextFieldDecorationElement.h"
77 #include "WebAccessibilityObject.h" 76 #include "WebAccessibilityObject.h"
78 #include "WebAutofillClient.h" 77 #include "WebAutofillClient.h"
79 #include "core/platform/graphics/FloatRect.h" 78 #include "core/platform/graphics/FloatRect.h"
80 #include "core/platform/graphics/Icon.h" 79 #include "core/platform/graphics/Icon.h"
81 #include "core/platform/graphics/IntRect.h" 80 #include "core/platform/graphics/IntRect.h"
81 #include "core/platform/graphics/chromium/GraphicsLayerChromium.h"
82 #if ENABLE(INPUT_TYPE_COLOR) 82 #if ENABLE(INPUT_TYPE_COLOR)
83 #include "WebColorChooser.h" 83 #include "WebColorChooser.h"
84 #endif 84 #endif
85 #include "WebConsoleMessage.h" 85 #include "WebConsoleMessage.h"
86 #include "WebCursorInfo.h" 86 #include "WebCursorInfo.h"
87 #include "WebFileChooserCompletionImpl.h" 87 #include "WebFileChooserCompletionImpl.h"
88 #include "WebFrameClient.h" 88 #include "WebFrameClient.h"
89 #include "WebFrameImpl.h" 89 #include "WebFrameImpl.h"
90 #include "WebIconLoadingCompletionImpl.h" 90 #include "WebIconLoadingCompletionImpl.h"
91 #include "WebInputEvent.h" 91 #include "WebInputEvent.h"
(...skipping 1108 matching lines...) Expand 10 before | Expand all | Expand 10 after
1200 { 1200 {
1201 } 1201 }
1202 1202
1203 void NavigatorContentUtilsClientImpl::registerProtocolHandler(const String& sche me, const String& baseURL, const String& url, const String& title) 1203 void NavigatorContentUtilsClientImpl::registerProtocolHandler(const String& sche me, const String& baseURL, const String& url, const String& title)
1204 { 1204 {
1205 m_webView->client()->registerProtocolHandler(scheme, baseURL, url, title); 1205 m_webView->client()->registerProtocolHandler(scheme, baseURL, url, title);
1206 } 1206 }
1207 #endif 1207 #endif
1208 1208
1209 } // namespace WebKit 1209 } // namespace WebKit
OLDNEW
« no previous file with comments | « Source/WebKit/chromium/src/AssertMatchingEnums.cpp ('k') | Source/WebKit/chromium/src/GraphicsLayerFactoryChromium.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698