| Index: third_party/WebKit/WebCore/platform/graphics/chromium/TransparencyWin.h
|
| ===================================================================
|
| --- third_party/WebKit/WebCore/platform/graphics/chromium/TransparencyWin.h (revision 11711)
|
| +++ third_party/WebKit/WebCore/platform/graphics/chromium/TransparencyWin.h (working copy)
|
| @@ -134,6 +134,9 @@
|
| TransformMode transformMode,
|
| const IntRect& region);
|
|
|
| + // Combines the source and destination bitmaps using the given mode.
|
| + void composite();
|
| +
|
| // Returns the context for drawing into, which may be the destination
|
| // context, or a temporary one.
|
| GraphicsContext* context() const { return m_drawContext; }
|
|
|