Commit 93defd83 authored by Stephan Binner's avatar Stephan Binner
Browse files

Fix building Qt WebEngine without accessiblity enabled


Change-Id: Idb9a384da3aaa118a9b0fb773ca5ba94b96f6bbc
Reviewed-by: default avatarAndras Becsi <andras.becsi@theqtcompany.com>
Showing with 2 additions and 2 deletions
...@@ -38,8 +38,8 @@ ...@@ -38,8 +38,8 @@
// Use of this source code is governed by a BSD-style license that can be // Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. // found in the LICENSE file.
#ifndef QT_NO_ACCESSIBILITY
#include "browser_accessibility_qt.h" #include "browser_accessibility_qt.h"
#ifndef QT_NO_ACCESSIBILITY
#include "third_party/WebKit/public/web/WebAXEnums.h" #include "third_party/WebKit/public/web/WebAXEnums.h"
#include "ui/accessibility/ax_node_data.h" #include "ui/accessibility/ax_node_data.h"
......
...@@ -36,9 +36,9 @@ ...@@ -36,9 +36,9 @@
#ifndef BROWSER_ACCESSIBILITY_QT_H #ifndef BROWSER_ACCESSIBILITY_QT_H
#define BROWSER_ACCESSIBILITY_QT_H #define BROWSER_ACCESSIBILITY_QT_H
#ifndef QT_NO_ACCESSIBILITY
#include <QtGui/qaccessible.h> #include <QtGui/qaccessible.h>
#ifndef QT_NO_ACCESSIBILITY
#include "content/browser/accessibility/browser_accessibility.h" #include "content/browser/accessibility/browser_accessibility.h"
namespace content { namespace content {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment