diff options
author | darin@google.com <darin@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-21 22:05:19 +0000 |
---|---|---|
committer | darin@google.com <darin@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-21 22:05:19 +0000 |
commit | e2f216c1cb673a2ec4ad2123051875652ca4db4b (patch) | |
tree | 204d9f1660ea9756794a3b162b22f978de9924a8 | |
parent | 88d749436bf04c540448065a1601ece53bfdb312 (diff) | |
download | chromium_src-e2f216c1cb673a2ec4ad2123051875652ca4db4b.zip chromium_src-e2f216c1cb673a2ec4ad2123051875652ca4db4b.tar.gz chromium_src-e2f216c1cb673a2ec4ad2123051875652ca4db4b.tar.bz2 |
Delete unnecessary file.
R=amanda
Review URL: http://codereview.chromium.org/18369
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8388 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | webkit/port/platform/graphics/mac/GraphicsContextStub.cpp | 44 | ||||
-rw-r--r-- | webkit/webkit.xcodeproj/project.pbxproj | 36 |
2 files changed, 0 insertions, 80 deletions
diff --git a/webkit/port/platform/graphics/mac/GraphicsContextStub.cpp b/webkit/port/platform/graphics/mac/GraphicsContextStub.cpp deleted file mode 100644 index 6a7705f..0000000 --- a/webkit/port/platform/graphics/mac/GraphicsContextStub.cpp +++ /dev/null @@ -1,44 +0,0 @@ -// Copyright (c) 2008, Google Inc. -// All rights reserved. -// -// Redistribution and use in source and binary forms, with or without -// modification, are permitted provided that the following conditions are -// met: -// -// * Redistributions of source code must retain the above copyright -// notice, this list of conditions and the following disclaimer. -// * Redistributions in binary form must reproduce the above -// copyright notice, this list of conditions and the following disclaimer -// in the documentation and/or other materials provided with the -// distribution. -// * Neither the name of Google Inc. nor the names of its -// contributors may be used to endorse or promote products derived from -// this software without specific prior written permission. -// -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -#include "config.h" - -#include "GraphicsContext.h" - -namespace WebCore { - -// TODO(port): This is a temporary stub to provide a method required by -// WebCore when building with Skia. We can't currently use -// GraphicsContextSkia.cpp because of Windows dependencies. - -void GraphicsContext::setPlatformStrokeStyle(const StrokeStyle& stroke) -{ -} - -} diff --git a/webkit/webkit.xcodeproj/project.pbxproj b/webkit/webkit.xcodeproj/project.pbxproj index a24f2d2..8d41ba1 100644 --- a/webkit/webkit.xcodeproj/project.pbxproj +++ b/webkit/webkit.xcodeproj/project.pbxproj @@ -45,7 +45,6 @@ 419E80750F264BBC006564E0 /* CSSPropertyLonghand.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 419E80730F264BBC006564E0 /* CSSPropertyLonghand.cpp */; }; 4D114BB60F17F0D5009F37AA /* SkewTransformOperation.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3CBAF5FA0EFC893600E752CB /* SkewTransformOperation.cpp */; }; 4D35557D0ED4ACF600FB28B1 /* dtoa.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4D35557B0ED4ACF600FB28B1 /* dtoa.cpp */; }; - 4D7B071F0E9DAE56009A6919 /* GraphicsContextStub.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4D7B071E0E9DAE56009A6919 /* GraphicsContextStub.cpp */; }; 4DB043A40EB1577900A5633C /* webcursor.cc in Sources */ = {isa = PBXBuildFile; fileRef = 825405300D92E3DA0006B936 /* webcursor.cc */; }; 4DB7F5290E9BD3FB00C66CE0 /* MainThread.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4DB7F5210E9BD3FB00C66CE0 /* MainThread.cpp */; }; 4DB7F52A0E9BD3FB00C66CE0 /* ThreadingPthreads.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4DB7F5270E9BD3FB00C66CE0 /* ThreadingPthreads.cpp */; }; @@ -1639,7 +1638,6 @@ 4D329F8B0EB908A40041FB7E /* V8MessageChannel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = V8MessageChannel.h; sourceTree = "<group>"; }; 4D35557B0ED4ACF600FB28B1 /* dtoa.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = dtoa.cpp; sourceTree = "<group>"; }; 4D35557C0ED4ACF600FB28B1 /* dtoa.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = dtoa.h; sourceTree = "<group>"; }; - 4D7B071E0E9DAE56009A6919 /* GraphicsContextStub.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GraphicsContextStub.cpp; sourceTree = "<group>"; }; 4DB299BD0EA4DD1E007EA4CF /* V8WebKitAnimationEvent.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = V8WebKitAnimationEvent.cpp; sourceTree = "<group>"; }; 4DB299BE0EA4DD1E007EA4CF /* V8WebKitAnimationEvent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = V8WebKitAnimationEvent.h; sourceTree = "<group>"; }; 4DB299BF0EA4DD1E007EA4CF /* V8WebKitCSSTransformValue.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = V8WebKitCSSTransformValue.cpp; sourceTree = "<group>"; }; @@ -4506,14 +4504,6 @@ path = storage; sourceTree = "<group>"; }; - 4DB044090EB161B600A5633C /* mac */ = { - isa = PBXGroup; - children = ( - 4D7B071E0E9DAE56009A6919 /* GraphicsContextStub.cpp */, - ); - path = mac; - sourceTree = "<group>"; - }; 4DB7F10F0E9BABEE00C66CE0 /* archive */ = { isa = PBXGroup; children = ( @@ -4656,7 +4646,6 @@ 825404E50D92E3BB0006B936 /* glue */, 7B0091290DAFEF0E00F72082 /* jsbindings */, 7BF891DD0E73118C000BAF8A /* pcre */, - 7B9375960D919010008B9587 /* port */, 7B5E87820D7F394A001ECF42 /* webcore */, 4DB7FE680E9BF67000C66CE0 /* webcoresysteminterface */, 7B5E85B30D7F28F5001ECF42 /* wtf */, @@ -6742,14 +6731,6 @@ path = xml; sourceTree = "<group>"; }; - 7B9375960D919010008B9587 /* port */ = { - isa = PBXGroup; - children = ( - 822B1BE60DC778FF005C9A96 /* platform */, - ); - path = port; - sourceTree = "<group>"; - }; 7B964AAB0E7EE4A0006D1A11 /* Projects */ = { isa = PBXGroup; children = ( @@ -7455,22 +7436,6 @@ path = pcre; sourceTree = "<group>"; }; - 822B1BE60DC778FF005C9A96 /* platform */ = { - isa = PBXGroup; - children = ( - 822B1BE70DC77910005C9A96 /* graphics */, - ); - path = platform; - sourceTree = "<group>"; - }; - 822B1BE70DC77910005C9A96 /* graphics */ = { - isa = PBXGroup; - children = ( - 4DB044090EB161B600A5633C /* mac */, - ); - path = graphics; - sourceTree = "<group>"; - }; 825404E50D92E3BB0006B936 /* glue */ = { isa = PBXGroup; children = ( @@ -9471,7 +9436,6 @@ isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 4D7B071F0E9DAE56009A6919 /* GraphicsContextStub.cpp in Sources */, E4E4C94A0E797648009A687C /* ImageSourceCG.cpp in Sources */, E40060DB0EA69E0B0055B38E /* ScriptController.cpp in Sources */, 4DB7F55D0E9BD66300C66CE0 /* V8XMLHttpRequestCustom.cpp in Sources */, |