summaryrefslogtreecommitdiffstats
path: root/app/surface
diff options
context:
space:
mode:
Diffstat (limited to 'app/surface')
-rw-r--r--app/surface/transport_dib.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/app/surface/transport_dib.h b/app/surface/transport_dib.h
index 4de1df4..6606c2b 100644
--- a/app/surface/transport_dib.h
+++ b/app/surface/transport_dib.h
@@ -18,9 +18,6 @@
#include "app/x11_util.h"
#endif
-namespace gfx {
-class Size;
-}
namespace skia {
class PlatformCanvas;
}
@@ -177,6 +174,4 @@ class TransportDIB {
DISALLOW_COPY_AND_ASSIGN(TransportDIB);
};
-class MessageLoop;
-
#endif // APP_SURFACE_TRANSPORT_DIB_H_