-
-
Save tiagovignatti/59c528b1a2f293f6bfdc to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/ui/ozone/platform/drm/gpu/gbm_buffer.h b/ui/ozone/platform/drm/gpu/gbm_buffer.h | |
index 239e96e..2370b62 100644 | |
--- a/ui/ozone/platform/drm/gpu/gbm_buffer.h | |
+++ b/ui/ozone/platform/drm/gpu/gbm_buffer.h | |
@@ -16,7 +16,7 @@ | |
struct gbm_bo; | |
namespace gfx { | |
-class NativePixmapHandle; | |
+struct NativePixmapHandle; | |
} | |
namespace ui { | |
diff --git a/ui/ozone/public/client_native_pixmap_factory.h b/ui/ozone/public/client_native_pixmap_factory.h | |
index b93a4ed..b5eb08a 100644 | |
--- a/ui/ozone/public/client_native_pixmap_factory.h | |
+++ b/ui/ozone/public/client_native_pixmap_factory.h | |
@@ -13,7 +13,7 @@ | |
#include "ui/ozone/public/client_native_pixmap.h" | |
namespace gfx { | |
-class NativePixmapHandle; | |
+struct NativePixmapHandle; | |
class Size; | |
} | |
diff --git a/ui/ozone/public/native_pixmap.h b/ui/ozone/public/native_pixmap.h | |
index 51bfee5..5d41ccc 100644 | |
--- a/ui/ozone/public/native_pixmap.h | |
+++ b/ui/ozone/public/native_pixmap.h | |
@@ -12,7 +12,7 @@ | |
#include "ui/gfx/overlay_transform.h" | |
namespace gfx { | |
-class NativePixmapHandle; | |
+struct NativePixmapHandle; | |
class Rect; | |
class RectF; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment