1 // Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #ifndef UI_GFX_SCOPED_NS_GRAPHICS_CONTEXT_SAVE_GSTATE_MAC_H_
6 #define UI_GFX_SCOPED_NS_GRAPHICS_CONTEXT_SAVE_GSTATE_MAC_H_
8 #include "base/basictypes.h"
9 #include "ui/gfx/gfx_export.h"
12 @
class NSGraphicsContext
;
14 class NSGraphicsContext
;
19 // A class to save/restore the state of the current context.
20 class GFX_EXPORT ScopedNSGraphicsContextSaveGState
{
22 ScopedNSGraphicsContextSaveGState();
23 ~ScopedNSGraphicsContextSaveGState();
26 NSGraphicsContext
* context_
; // weak
28 DISALLOW_COPY_AND_ASSIGN(ScopedNSGraphicsContextSaveGState
);
33 #endif // UI_GFX_SCOPED_NS_GRAPHICS_CONTEXT_SAVE_GSTATE_MAC_H_