Skip to content

Commit

Permalink
Bug 1245241 - part 4 - move SharedMemorySysV details into nsShmImage.…
Browse files Browse the repository at this point in the history
… r=nical
  • Loading branch information
lsalzman committed Feb 18, 2016
1 parent ad05733 commit 0eaeee4
Show file tree
Hide file tree
Showing 6 changed files with 152 additions and 272 deletions.
1 change: 0 additions & 1 deletion ipc/glue/SharedMemory.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ class SharedMemory
public:
enum SharedMemoryType {
TYPE_BASIC,
TYPE_SYSV,
TYPE_UNKNOWN
};

Expand Down
162 changes: 0 additions & 162 deletions ipc/glue/SharedMemorySysV.h

This file was deleted.

1 change: 0 additions & 1 deletion ipc/glue/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ EXPORTS.mozilla.ipc += [
'ScopedXREEmbed.h',
'SharedMemory.h',
'SharedMemoryBasic.h',
'SharedMemorySysV.h',
'Shmem.h',
'Transport.h',
'URIUtils.h',
Expand Down
8 changes: 2 additions & 6 deletions widget/gtk/nsWindow.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
#ifndef __nsWindow_h__
#define __nsWindow_h__

#include "mozilla/ipc/SharedMemorySysV.h"

#include "nsAutoPtr.h"

#include "mozcontainer.h"
Expand All @@ -27,6 +25,8 @@
#include <gdk/gdkx.h>
#endif /* MOZ_X11 */

#include "nsShmImage.h"

#ifdef ACCESSIBILITY
#include "mozilla/a11y/Accessible.h"
#endif
Expand Down Expand Up @@ -64,10 +64,6 @@ extern PRLogModuleInfo *gWidgetDrawLog;
class gfxASurface;
class gfxPattern;
class nsPluginNativeWindowGtk;
#if defined(MOZ_X11) && defined(MOZ_HAVE_SHAREDMEMORYSYSV)
# define MOZ_HAVE_SHMIMAGE
class nsShmImage;
#endif

namespace mozilla {
class TimeStamp;
Expand Down
Loading

0 comments on commit 0eaeee4

Please sign in to comment.