| Index: remoting/host/chromeos/skia_bitmap_desktop_frame.h
|
| diff --git a/remoting/host/chromeos/skia_bitmap_desktop_frame.h b/remoting/host/chromeos/skia_bitmap_desktop_frame.h
|
| index 4de416dd441a88bcac31605b5b0e32b134d74e83..10ed31aad0cbd72e1af37f4e2c023e8dda86dd2d 100644
|
| --- a/remoting/host/chromeos/skia_bitmap_desktop_frame.h
|
| +++ b/remoting/host/chromeos/skia_bitmap_desktop_frame.h
|
| @@ -2,6 +2,9 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +#include <stdint.h>
|
| +
|
| +#include "base/macros.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "third_party/skia/include/core/SkBitmap.h"
|
| #include "third_party/webrtc/modules/desktop_capture/desktop_frame.h"
|
|
|