summaryrefslogtreecommitdiffstats
path: root/skia/ext/vector_device.h
diff options
context:
space:
mode:
authorbrettw@google.com <brettw@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-12-19 21:22:31 +0000
committerbrettw@google.com <brettw@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-12-19 21:22:31 +0000
commit83d36f001d591d153b3442e9d0f3739ee984469a (patch)
tree34b782a4665736d8cc2a11f0806f13aa4c765919 /skia/ext/vector_device.h
parent0026e48d1cf39bac65875fba6f5d38eb550a22f9 (diff)
downloadchromium_src-83d36f001d591d153b3442e9d0f3739ee984469a.zip
chromium_src-83d36f001d591d153b3442e9d0f3739ee984469a.tar.gz
chromium_src-83d36f001d591d153b3442e9d0f3739ee984469a.tar.bz2
Reverting 7317.
Review URL: http://codereview.chromium.org/15089 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7318 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'skia/ext/vector_device.h')
-rw-r--r--skia/ext/vector_device.h11
1 files changed, 5 insertions, 6 deletions
diff --git a/skia/ext/vector_device.h b/skia/ext/vector_device.h
index ccd4333..5fdb9a0 100644
--- a/skia/ext/vector_device.h
+++ b/skia/ext/vector_device.h
@@ -2,9 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef SKIA_EXT_VECTOR_DEVICE_H_
-#define SKIA_EXT_VECTOR_DEVICE_H_
+#ifndef VectorDevice_h
+#define VectorDevice_h
+#include "base/basictypes.h"
#include "skia/ext/platform_device_win.h"
#include "SkMatrix.h"
#include "SkRegion.h"
@@ -109,12 +110,10 @@ class VectorDevice : public PlatformDeviceWin {
// Previously selected pen before the current drawing.
HGDIOBJ previous_pen_;
- // Copy & assign are not supported.
- VectorDevice(const VectorDevice&);
- const VectorDevice& operator=(const VectorDevice&);
+ DISALLOW_COPY_AND_ASSIGN(VectorDevice);
};
} // namespace skia
-#endif // SKIA_EXT_VECTOR_DEVICE_H_
+#endif // VectorDevice_h