From da725e04a08f19af6902509ae4d6f67d62261610 Mon Sep 17 00:00:00 2001 From: Ehsan Akhgari Date: Thu, 24 Apr 2014 17:10:00 -0400 Subject: [PATCH] Bug 998727 - Remove nsICanvasGLBuffer and nsICanvasGLTexture; r=smaug --- b2g/installer/package-manifest.in | 1 - browser/installer/package-manifest.in | 1 - content/canvas/public/moz.build | 6 ------ content/canvas/public/nsICanvasGLPrivate.idl | 20 -------------------- mobile/android/installer/package-manifest.in | 1 - 5 files changed, 29 deletions(-) delete mode 100644 content/canvas/public/nsICanvasGLPrivate.idl diff --git a/b2g/installer/package-manifest.in b/b2g/installer/package-manifest.in index 7407e9c1721e..dba141d57c52 100644 --- a/b2g/installer/package-manifest.in +++ b/b2g/installer/package-manifest.in @@ -139,7 +139,6 @@ @BINPATH@/components/composer.xpt @BINPATH@/components/content_base.xpt @BINPATH@/components/content_events.xpt -@BINPATH@/components/content_canvas.xpt @BINPATH@/components/content_htmldoc.xpt @BINPATH@/components/content_html.xpt @BINPATH@/components/content_xslt.xpt diff --git a/browser/installer/package-manifest.in b/browser/installer/package-manifest.in index be8962d4e870..a184ec5b4296 100644 --- a/browser/installer/package-manifest.in +++ b/browser/installer/package-manifest.in @@ -170,7 +170,6 @@ @BINPATH@/components/composer.xpt @BINPATH@/components/content_base.xpt @BINPATH@/components/content_events.xpt -@BINPATH@/components/content_canvas.xpt @BINPATH@/components/content_htmldoc.xpt @BINPATH@/components/content_html.xpt #ifdef MOZ_WEBRTC diff --git a/content/canvas/public/moz.build b/content/canvas/public/moz.build index c775112dcdc2..774482005ebd 100644 --- a/content/canvas/public/moz.build +++ b/content/canvas/public/moz.build @@ -4,12 +4,6 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. -XPIDL_SOURCES += [ - 'nsICanvasGLPrivate.idl', -] - -XPIDL_MODULE = 'content_canvas' - EXPORTS += [ 'nsICanvasRenderingContextInternal.h', ] diff --git a/content/canvas/public/nsICanvasGLPrivate.idl b/content/canvas/public/nsICanvasGLPrivate.idl deleted file mode 100644 index 0409fa4f3c18..000000000000 --- a/content/canvas/public/nsICanvasGLPrivate.idl +++ /dev/null @@ -1,20 +0,0 @@ -/* -*- Mode: IDL; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ -/* This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ - -#include "nsISupports.idl" - -/* These are private interface that's used to identify - * specific concrete classes so we know what we can cast. - */ - -[scriptable, uuid(eba2aa03-ae19-46e2-bad7-6b966037e22c)] -interface nsICanvasGLBuffer : nsISupports -{ -}; - -[scriptable, uuid(27310aab-1988-43e8-882e-6293c8c9df60)] -interface nsICanvasGLTexture : nsISupports -{ -}; diff --git a/mobile/android/installer/package-manifest.in b/mobile/android/installer/package-manifest.in index 318a68a8ad38..c26b82391c91 100644 --- a/mobile/android/installer/package-manifest.in +++ b/mobile/android/installer/package-manifest.in @@ -125,7 +125,6 @@ @BINPATH@/components/composer.xpt @BINPATH@/components/content_base.xpt @BINPATH@/components/content_events.xpt -@BINPATH@/components/content_canvas.xpt @BINPATH@/components/content_htmldoc.xpt @BINPATH@/components/content_html.xpt @BINPATH@/components/content_webrtc.xpt