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

Side by Side Diff: chrome/common/ipc_message_utils.cc

Issue 115412: Fix Skia includes to use the whole path name. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 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 | Annotate | Revision Log
« no previous file with comments | « chrome/common/ipc_message_unittest.cc ('k') | chrome/common/security_filter_peer.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2006-2008 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2006-2008 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "chrome/common/ipc_message_utils.h" 5 #include "chrome/common/ipc_message_utils.h"
6 6
7 #include "base/gfx/rect.h" 7 #include "base/gfx/rect.h"
8 #include "googleurl/src/gurl.h" 8 #include "googleurl/src/gurl.h"
9 #ifndef EXCLUDE_SKIA_DEPENDENCIES 9 #ifndef EXCLUDE_SKIA_DEPENDENCIES
10 #include "SkBitmap.h" 10 #include "third_party/skia/include/core/SkBitmap.h"
11 #endif 11 #endif
12 #include "webkit/glue/dom_operations.h" 12 #include "webkit/glue/dom_operations.h"
13 13
14 namespace IPC { 14 namespace IPC {
15 15
16 #ifndef EXCLUDE_SKIA_DEPENDENCIES 16 #ifndef EXCLUDE_SKIA_DEPENDENCIES
17 17
18 namespace { 18 namespace {
19 19
20 struct SkBitmap_Data { 20 struct SkBitmap_Data {
(...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after
215 } 215 }
216 return result; 216 return result;
217 } 217 }
218 218
219 void ParamTraits<webkit_glue::WebApplicationInfo>::Log( 219 void ParamTraits<webkit_glue::WebApplicationInfo>::Log(
220 const webkit_glue::WebApplicationInfo& p, std::wstring* l) { 220 const webkit_glue::WebApplicationInfo& p, std::wstring* l) {
221 l->append(L"<WebApplicationInfo>"); 221 l->append(L"<WebApplicationInfo>");
222 } 222 }
223 223
224 } // namespace IPC 224 } // namespace IPC
OLDNEW
« no previous file with comments | « chrome/common/ipc_message_unittest.cc ('k') | chrome/common/security_filter_peer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698