| Index: ui/display/types/display_snapshot.cc
|
| diff --git a/ui/display/types/display_snapshot.cc b/ui/display/types/display_snapshot.cc
|
| index eb310a93e3d68a0d079a2fed9f04040148381714..b83323798897f9b85f431b8778664d1da67c8961 100644
|
| --- a/ui/display/types/display_snapshot.cc
|
| +++ b/ui/display/types/display_snapshot.cc
|
| @@ -56,4 +56,9 @@ DisplaySnapshot::DisplaySnapshot(
|
|
|
| DisplaySnapshot::~DisplaySnapshot() {}
|
|
|
| +// static
|
| +gfx::BufferFormat DisplaySnapshot::PrimaryFormat() {
|
| + return gfx::BufferFormat::BGRX_8888;
|
| +}
|
| +
|
| } // namespace ui
|
|
|