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

Unified Diff: components/exo/surface.cc

Issue 2640123004: Initial support for native accessibility in ARC (Closed)
Patch Set: address feedback Created 3 years, 11 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
« components/exo/ax_tree_source_surface.cc ('K') | « components/exo/surface.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/exo/surface.cc
diff --git a/components/exo/surface.cc b/components/exo/surface.cc
index 01115e7f2cccf801d612a643f4203fb82be38fc0..c232e9e19afde210cf41e274d235037db14f57fd 100644
--- a/components/exo/surface.cc
+++ b/components/exo/surface.cc
@@ -20,6 +20,7 @@
#include "cc/surfaces/sequence_surface_reference_factory.h"
#include "cc/surfaces/surface.h"
#include "cc/surfaces/surface_id_allocator.h"
+#include "components/exo/ax_tree_source_surface.h"
#include "components/exo/buffer.h"
#include "components/exo/surface_delegate.h"
#include "components/exo/surface_observer.h"
@@ -177,7 +178,8 @@ Surface::Surface()
: window_(new aura::Window(new CustomWindowDelegate(this))),
frame_sink_id_(aura::Env::GetInstance()
->context_factory_private()
- ->AllocateFrameSinkId()) {
+ ->AllocateFrameSinkId()),
+ ax_tree_source_(nullptr) {
compositor_frame_sink_holder_ = new CompositorFrameSinkHolder(
this, frame_sink_id_,
aura::Env::GetInstance()->context_factory_private()->GetSurfaceManager());
« components/exo/ax_tree_source_surface.cc ('K') | « components/exo/surface.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698