Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(263)

Unified Diff: ui/gfx/native_pixmap.h

Issue 2688623004: Move native_pixmap.h from ui/ozone/public to ui/gfx (Closed)
Patch Set: Rebase Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/gfx/BUILD.gn ('k') | ui/ozone/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/native_pixmap.h
diff --git a/ui/ozone/public/native_pixmap.h b/ui/gfx/native_pixmap.h
similarity index 95%
rename from ui/ozone/public/native_pixmap.h
rename to ui/gfx/native_pixmap.h
index 1009535d2ef7fc532ebdba8ea609d85da3ce2d9e..56ede7cfe803196d9f987b6a3de5136f2c35e8f3 100644
--- a/ui/ozone/public/native_pixmap.h
+++ b/ui/gfx/native_pixmap.h
@@ -2,13 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef UI_OZONE_PUBLIC_NATIVE_PIXMAP_H_
-#define UI_OZONE_PUBLIC_NATIVE_PIXMAP_H_
+#ifndef UI_GFX_NATIVE_PIXMAP_H_
+#define UI_GFX_NATIVE_PIXMAP_H_
#include "base/bind.h"
#include "base/macros.h"
#include "base/memory/ref_counted.h"
#include "ui/gfx/buffer_types.h"
+#include "ui/gfx/geometry/size.h"
#include "ui/gfx/native_pixmap_handle.h"
#include "ui/gfx/native_widget_types.h"
#include "ui/gfx/overlay_transform.h"
@@ -78,4 +79,4 @@ class NativePixmap : public base::RefCountedThreadSafe<NativePixmap> {
} // namespace ui
-#endif // UI_OZONE_PUBLIC_NATIVE_PIXMAP_H_
+#endif // UI_GFX_NATIVE_PIXMAP_H_
« no previous file with comments | « ui/gfx/BUILD.gn ('k') | ui/ozone/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698