Changeset 83409 in webkit


Ignore:
Timestamp:
Apr 10, 2011 6:23:58 PM (13 years ago)
Author:
commit-queue@webkit.org
Message:

2011-04-10 Chris Guillory <chris.guillory@google.com>

Reviewed by Eric Seidel.

Remove unused function declaration in PlatformContextSkia.h.
https://bugs.webkit.org/show_bug.cgi?id=55983

  • platform/graphics/skia/PlatformContextSkia.h:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r83406 r83409  
     12011-04-10  Chris Guillory  <chris.guillory@google.com>
     2
     3        Reviewed by Eric Seidel.
     4
     5        Remove unused function declaration in PlatformContextSkia.h.
     6        https://bugs.webkit.org/show_bug.cgi?id=55983
     7
     8        * platform/graphics/skia/PlatformContextSkia.h:
     9
    1102011-04-10  Patrick Gansterer  <paroga@webkit.org>
    211
  • trunk/Source/WebCore/platform/graphics/skia/PlatformContextSkia.h

    r82532 r83409  
    147147    SkColor effectiveStrokeColor() const;
    148148
     149    // Returns the canvas used for painting, NOT guaranteed to be non-null.
    149150    skia::PlatformCanvas* canvas() { return m_canvas; }
    150151
     
    159160
    160161    const SkBitmap* bitmap() const;
    161 
    162     // Returns the canvas used for painting, NOT guaranteed to be non-NULL.
    163     //
    164     // Warning: This function is deprecated so the users are reminded that they
    165     // should use this layer of indirection instead of using the canvas
    166     // directly. This is to help with the eventual serialization.
    167     skia::PlatformCanvas* canvas() const;
    168162
    169163    // Returns if the context is a printing context instead of a display
Note: See TracChangeset for help on using the changeset viewer.