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 /webkit/port | |
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
Diffstat (limited to 'webkit/port')
-rw-r--r-- | webkit/port/platform/graphics/mac/GraphicsContextStub.cpp | 44 |
1 files changed, 0 insertions, 44 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) -{ -} - -} |